################################################################################
# Automatically-generated file. Do not edit!
################################################################################

SHELL := ${ComSpec}


# All of lsp files are defined here
-include lsp.mk

-include ../makefile.init

RM := clean

# All of the sources participating in the build are defined here
-include sources.mk
-include system/startup_lsp/lsp/subdir.mk
-include system/services/dma/subdir.mk
-include system/subdir.mk
-include src/subdir.mk
-include subdir.mk
-include objects.mk

ifneq ($(MAKECMDGOALS),clean)
ifneq ($(strip $(C_DEPS)),)
-include $(C_DEPS)
endif
endif

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
OBJS := $(SRC_OBJS)
# Quote makefile variable : OBJS 
OBJS := $(subst \ ,@, $(OBJS))
OBJS := $(foreach var, $(OBJS), "$(subst @, ,$(var))")
# Quote makefile variable : C_DEPS 
C_DEPS := $(subst \ ,@, $(C_DEPS))
C_DEPS := $(foreach var, $(C_DEPS), "$(subst @, ,$(var))")

# All Target
all: Test5_EMDMA_Throughput_Core1.dxe

# Tool invocations
Test5_EMDMA_Throughput_Core1.dxe: $(USER_OBJS) $(LSP_SRCS) $(SRC_OBJS)
	@echo 'Building target: $@'
	@echo 'Invoking: CrossCore SHARC-FX C Linker'
	ccfx -proc ADSP-SC846W -si-revision any -mlsp="C:/Users/TChitnee/cces/3.1.0/EHP2_validation/SCB/Test5_EMDMA_Throughput_Core1/system/startup_lsp/lsp" -Wl,--gc-sections -Wl,--defsym=__prefctl_default=0x88 -add-debug-libpaths -o  "Test5_EMDMA_Throughput_Core1.dxe" @input-file.txt -lm
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(DXE) $(OBJS) $(C_DEPS)  Test5_EMDMA_Throughput_Core1.dxe
	-@echo ' '

.PHONY: all clean dependents

-include ../makefile.targets
